curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/deposit/authorize \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "pin",
"reference": "<string>",
"pin": "<string>",
"otp": "<string>",
"avs": {
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"line2": "<string>",
"postal_code": "<string>",
"state": "<string>"
}
}
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/deposit/authorize \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "pin",
"reference": "<string>",
"pin": "<string>",
"otp": "<string>",
"avs": {
"address": {
"city": "<string>",
"country": "<string>",
"line1": "<string>",
"line2": "<string>",
"postal_code": "<string>",
"state": "<string>"
}
}
}
'{
"statusCode": 123,
"message": "<string>",
"data": {},
"errors": {}
}